﻿2026-07-22T17:40:24.4302988Z ##[group]Run actions/checkout@v5
2026-07-22T17:40:24.4303639Z with:
2026-07-22T17:40:24.4304076Z   repository: BigscreenVR/spt-bs-core
2026-07-22T17:40:24.4307264Z   token: ***
2026-07-22T17:40:24.4307555Z   ssh-strict: true
2026-07-22T17:40:24.4307848Z   ssh-user: git
2026-07-22T17:40:24.4308147Z   persist-credentials: true
2026-07-22T17:40:24.4308596Z   clean: true
2026-07-22T17:40:24.4308919Z   sparse-checkout-cone-mode: true
2026-07-22T17:40:24.4309347Z   fetch-depth: 1
2026-07-22T17:40:24.4309746Z   fetch-tags: false
2026-07-22T17:40:24.4310186Z   show-progress: true
2026-07-22T17:40:24.4310603Z   lfs: false
2026-07-22T17:40:24.4311010Z   submodules: false
2026-07-22T17:40:24.4311459Z   set-safe-directory: true
2026-07-22T17:40:24.4311957Z   allow-unsafe-pr-checkout: false
2026-07-22T17:40:24.4312380Z env:
2026-07-22T17:40:24.4312655Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T17:40:24.4313117Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T17:40:24.4313466Z ##[endgroup]
2026-07-22T17:40:24.6148956Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T17:40:24.6150096Z ##[group]Getting Git version info
2026-07-22T17:40:24.6150602Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T17:40:24.6418358Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T17:40:24.6634373Z git version 2.43.0.windows.1
2026-07-22T17:40:24.6656363Z ##[endgroup]
2026-07-22T17:40:24.6664250Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\fcbe1097-7cf6-4509-87be-65a4dba5e745\.gitconfig'
2026-07-22T17:40:24.6676997Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\fcbe1097-7cf6-4509-87be-65a4dba5e745' before making global git config changes
2026-07-22T17:40:24.6677995Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T17:40:24.6681925Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T17:40:24.6934987Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T17:40:24.7144515Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T17:40:24.7168856Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T17:40:24.7173067Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T17:40:24.7399428Z HEAD
2026-07-22T17:40:24.8606937Z ##[endgroup]
2026-07-22T17:40:24.8653053Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T17:40:25.4684943Z ##[group]Cleaning the repository
2026-07-22T17:40:25.4688585Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T17:40:28.9686466Z Removing target/
2026-07-22T17:40:28.9713894Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T17:40:29.1207815Z HEAD is now at a6e732dc Merge 876aba3e272fd3726fae39d0f78ff1f079acce02 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T17:40:29.1229740Z ##[endgroup]
2026-07-22T17:40:29.1235302Z ##[group]Disabling automatic garbage collection
2026-07-22T17:40:29.1240563Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T17:40:29.4614502Z ##[endgroup]
2026-07-22T17:40:29.4615169Z ##[group]Setting up auth
2026-07-22T17:40:29.4622092Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T17:40:29.4911799Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T17:40:30.0189577Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T17:40:30.0455717Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T17:40:30.7838477Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T17:40:30.8110789Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T17:40:31.7552939Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T17:40:31.7896210Z ##[endgroup]
2026-07-22T17:40:31.7896731Z ##[group]Fetching the repository
2026-07-22T17:40:31.7902984Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fdf0ac72b3074b3232c352804d8afcb19d3e84e1:refs/remotes/pull/60/merge
2026-07-22T17:40:33.9562451Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T17:40:33.9563042Z  + a6e732dc...fdf0ac72 fdf0ac72b3074b3232c352804d8afcb19d3e84e1 -> pull/60/merge  (forced update)
2026-07-22T17:40:33.9710963Z ##[endgroup]
2026-07-22T17:40:33.9711543Z ##[group]Determining the checkout info
2026-07-22T17:40:33.9712100Z ##[endgroup]
2026-07-22T17:40:33.9719229Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T17:40:34.0098122Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T17:40:34.0426301Z ##[group]Checking out the ref
2026-07-22T17:40:34.0433920Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/60/merge
2026-07-22T17:40:34.1335636Z Warning: you are leaving 1 commit behind, not connected to
2026-07-22T17:40:34.1335995Z any of your branches:
2026-07-22T17:40:34.1336165Z 
2026-07-22T17:40:34.1336399Z   a6e732dc Merge 876aba3e272fd3726fae39d0f78ff1f079acce02 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T17:40:34.1336685Z 
2026-07-22T17:40:34.1336826Z If you want to keep it by creating a new branch, this may be a good time
2026-07-22T17:40:34.1337137Z to do so with:
2026-07-22T17:40:34.1337256Z 
2026-07-22T17:40:34.1337337Z  git branch <new-branch-name> a6e732dc
2026-07-22T17:40:34.1337502Z 
2026-07-22T17:40:34.1337723Z HEAD is now at fdf0ac72 Merge a2c1dbb201da548917103ac1d595c388cf8347d5 into f8dfd2e679225151356761d54d6800e9800a1a1e
2026-07-22T17:40:34.1361354Z ##[endgroup]
2026-07-22T17:40:34.2381281Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T17:40:34.2652515Z fdf0ac72b3074b3232c352804d8afcb19d3e84e1
